From: Richard M. Stallman Date: Wed, 6 Nov 2002 04:58:50 +0000 (+0000) Subject: (POLLING_PROBLEM_IN_SELECT): Add #undef. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~54679 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=45bec201a1e96a1ccf808c0901fbae9a8a336889;p=emacs.git (POLLING_PROBLEM_IN_SELECT): Add #undef. --- diff --git a/src/s/hpux11.h b/src/s/hpux11.h index 776f8ec2b83..4452ebd0fd4 100644 --- a/src/s/hpux11.h +++ b/src/s/hpux11.h @@ -13,3 +13,6 @@ /* It does work on HPUX to open the pty's tty in the parent (Emacs), then close and reopen it in the child. */ #define USG_SUBTTY_WORKS + +/* HPUX 10.10 needs this; HPUX 10.20 does not, and HPUX 11 does not. */ +#undef POLLING_PROBLEM_IN_SELECT